home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / EPL3KF21.PPD < prev    next >
Text File  |  1991-12-05  |  16KB  |  393 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "EPSON LP-3000PS F2" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012351 or 012741
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *%
  15. *% Date: 05 August 1991
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19.  
  20. *Product: "(EPSON LP-3000PS F2)"
  21. *PSVersion: "(52.3) 0"
  22. *NickName: "EPSON LP-3000PS F2 v52.3"
  23.  
  24. *% General Information and Defaults ===============
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "save statusdict begin diskonline {(True)}{(False)} ifelse = flush end restore"
  29. *Throughput: "6"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not
  37.   } ifelse
  38.   {  %  if no password or not valid
  39.     (WARNING : Cannot perform the exitserver command.) =
  40.     (Password supplied is not valid.) =
  41.     (Please contact the author of this software.) = flush
  42.     quit
  43.   } if
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict begin lettertray end"
  100. *PageSize Legal: "statusdict begin legaltray end"
  101. *PageSize Executive: "statusdict begin executivetray end"
  102. *PageSize A4: "statusdict begin a4tray end"
  103. *PageSize A5: "statusdict begin a5tray end"
  104. *PageSize B5: "statusdict begin b5tray end"
  105. *PageSize Statement: "statusdict begin halflettertray end"
  106. *PageSize LetterSmall: "statusdict begin lettertray end lettersmall"
  107. *PageSize A4Small: "statusdict begin a4tray end a4small"
  108. *PageSize GLT/Government Letter: "statusdict begin glttray end"
  109. *PageSize GLG/Government Legal: "statusdict begin glgtray end"
  110. *PageSize F4: "statusdict begin f4tray end"
  111. *PageSize Hagaki: "statusdict begin hagakitray end"
  112. *?PageSize: "
  113.  save statusdict begin
  114.   11 dict begin
  115.    /letter (Letter) def
  116.    /legal (Legal) def
  117.    /a4 (A4) def
  118.    /a5 (A5) def
  119.    /b5 (B5) def
  120.    /executivepage (Executive) def
  121.    /halfletter (Statement) def
  122.    /glt (GLT) def
  123.    /glg (GLG) def
  124.    /f4 (F4) def
  125.    /hagaki (Hagaki) def
  126.    papersize {
  127.      {load exec} stopped not{= flush}if
  128.    }{
  129.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  130.    }ifelse
  131.   end
  132.  end restore
  133. "
  134. *End
  135.  
  136. *DefaultPageRegion: Letter
  137. *PageRegion Letter: "letter"
  138. *PageRegion Legal: "legal"
  139. *PageRegion Executive: "executivepage"
  140. *PageRegion A4: "a4"
  141. *PageRegion A5: "a5"
  142. *PageRegion B5: "b5"
  143. *PageRegion Statement: "halfletter"
  144. *PageRegion LetterSmall: "lettersmall"
  145. *PageRegion A4Small: "a4small"
  146. *PageRegion GLT/Government Letter: "glt"
  147. *PageRegion GLG/Government Legal: "glg"
  148. *PageRegion F4: "f4"
  149. *PageRegion Hagaki: "hagaki"
  150.  
  151. *DefaultPaperTray: None
  152. *PaperTray Letter: "statusdict begin lettertray end"
  153. *PaperTray Legal: "statusdict begin legaltray end"
  154. *PaperTray Executive: "statusdict begin executivetray end"
  155. *PaperTray A4: "statusdict begin a4tray end"
  156. *PaperTray A5: "statusdict begin a5tray end"
  157. *PaperTray B5: "statusdict begin b5tray end"
  158. *PaperTray Statement: "statusdict begin halflettertray end"
  159. *PaperTray LetterSmall: "statusdict begin lettertray end lettersmall"
  160. *PaperTray A4Small: "statusdict begin a4tray end a4small"
  161. *PaperTray GLT/Government Letter: "statusdict begin glttray end"
  162. *PaperTray GLG/Government Legal: "statusdict begin glgtray end"
  163. *PaperTray F4: "statusdict begin f4tray end"
  164. *PaperTray Hagaki: "statusdict begin hagakitray end"
  165. *?PaperTray: "
  166.  save statusdict begin
  167.   11 dict begin
  168.    /letter (Letter) def
  169.    /legal (Legal) def
  170.    /a4 (A4) def
  171.    /a5 (A5) def
  172.    /b5 (B5) def
  173.    /executivepage (Executive) def
  174.    /halfletter (Statement) def
  175.    /glt (GLT) def
  176.    /glg (GLG) def
  177.    /f4 (F4) def
  178.    /hagaki (Hagaki) def
  179.    papersize {
  180.      {load exec} stopped not{= flush}if
  181.    }{
  182.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  183.    }ifelse
  184.   end
  185.  end restore
  186. "
  187. *End
  188.  
  189. *DefaultImageableArea: Letter
  190. *ImageableArea Letter: "12 13 602 780 "
  191. *ImageableArea Legal: "12 12 594 996 "
  192. *ImageableArea Executive: "12 12 510 744 "
  193. *ImageableArea A4: "12 12 579 830 "
  194. *ImageableArea A5: "10 10 408 585 "
  195. *ImageableArea B5: "12 12 502 717 "
  196. *ImageableArea Statement: "12 12 379 600 "
  197. *ImageableArea LetterSmall: "30 30 582 762 "
  198. *ImageableArea A4Small: "31 31 559 811 "
  199. *ImageableArea GLT/Government Letter: "12 13 572 744 "
  200. *ImageableArea GLG/Government Legal: "12 13 602 924 "
  201. *ImageableArea F4: "12 12 579 923 "
  202. *ImageableArea Hagaki: "12 12 272 408"
  203. *?ImageableArea: "
  204.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  205.   newpath clippath pathbbox
  206.   4 -2 roll exch 2 {ceiling cvp} repeat
  207.   exch 2 {floor cvp} repeat flush
  208.  restore
  209. "
  210. *End
  211.  
  212. *DefaultPaperDimension: Letter
  213. *PaperDimension Letter: "612 792"
  214. *PaperDimension Legal: "612 1008"
  215. *PaperDimension Executive: "522 756"
  216. *PaperDimension A4: "595 842"
  217. *PaperDimension A5: "420 595"
  218. *PaperDimension B5: "516 729"
  219. *PaperDimension Statement: "396 612"
  220. *PaperDimension LetterSmall: "612 792"
  221. *PaperDimension A4Small: "595 842"
  222. *PaperDimension GLT/Government Letter: "576 756"
  223. *PaperDimension GLG/Government Legal: "612 936"
  224. *PaperDimension F4: "595 935"
  225. *PaperDimension Hagaki: "284 420"
  226.  
  227. *DefaultOutputBin: OnlyOne
  228. *DefaultInputSlot: Upper
  229. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  230. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  231. *?InputSlot: "
  232.  save statusdict begin
  233.   2 dict begin
  234.    /0 (Upper) def
  235.    /1 (Lower) def
  236.    papertray
  237.      {( ) cvs cvn load exec} stopped not{= flush}if
  238.   end
  239.  end restore
  240. "
  241. *End
  242.  
  243. *DefaultManualFeed: False
  244. *?ManualFeed: "
  245.   statusdict /manualfeed get
  246.   {(True)}{(False)}ifelse = flush
  247. "
  248. *End
  249. *ManualFeed True: "statusdict begin /manualfeed true store end"
  250. *ManualFeed False: "statusdict begin /manualfeed false store end"
  251.  
  252. *DefaultOutputOrder: Normal
  253. *?OutputOrder: "
  254.   save statusdict begin
  255.   pagestackorder {(Normal)}{(Reverse)} ifelse = flush
  256.   end restore
  257. "
  258. *End
  259.  
  260. *% Font Information =====================
  261.  
  262. *DefaultFont: Courier
  263. *Font AvantGarde-Book: Standard "(001.002)"
  264. *Font AvantGarde-BookOblique: Standard "(001.002)"
  265. *Font AvantGarde-Demi: Standard "(001.003)"
  266. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  267. *Font Bookman-Demi: Standard "(001.001)"
  268. *Font Bookman-DemiItalic: Standard "(001.001)"
  269. *Font Bookman-Light: Standard "(001.001)"
  270. *Font Bookman-LightItalic: Standard "(001.001)"
  271. *Font Courier: Standard "(002.002)"
  272. *Font Courier-Bold: Standard "(002.002)"
  273. *Font Courier-BoldOblique: Standard "(002.002)"
  274. *Font Courier-Oblique: Standard "(002.002)"
  275. *Font Helvetica: Standard "(001.006)"
  276. *Font Helvetica-Bold: Standard "(001.007)"
  277. *Font Helvetica-BoldOblique: Standard "(001.007)"
  278. *Font Helvetica-Narrow: Standard "(001.006)"
  279. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  280. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  281. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  282. *Font Helvetica-Oblique: Standard "(001.006)"
  283. *Font NewCenturySchlbk-Bold: Standard "(001.008)"
  284. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)"
  285. *Font NewCenturySchlbk-Italic: Standard "(001.005)"
  286. *Font NewCenturySchlbk-Roman: Standard "(001.006)"
  287. *Font Palatino-Bold: Standard "(001.005)"
  288. *Font Palatino-BoldItalic: Standard "(001.005)"
  289. *Font Palatino-Italic: Standard "(001.005)"
  290. *Font Palatino-Roman: Standard "(001.005)"
  291. *Font Symbol: Special "(001.003)"
  292. *Font Times-Bold: Standard "(001.007)"
  293. *Font Times-BoldItalic: Standard "(001.009)"
  294. *Font Times-Italic: Standard "(001.007)"
  295. *Font Times-Roman: Standard "(001.007)"
  296. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  297. *Font ZapfDingbats: Special "(001.002)"
  298. *?FontQuery: "
  299. save  4 dict begin /sv exch def
  300. /str (fonts/                              ) def
  301. /st2 128 string def
  302. {
  303.   count 0 gt {
  304.     dup st2 cvs (/) print print (:) print
  305.     dup FontDirectory exch known {pop (Yes)}{
  306.      str exch st2 cvs dup length /len exch def
  307.      6 exch putinterval str 0 len 6 add getinterval mark exch
  308.      { } st2 filenameforall counttomark 0 gt {
  309.       cleartomark (Yes)}{cleartomark (No)}ifelse
  310.     }ifelse = flush
  311.   }{ exit } ifelse
  312. } bind loop
  313. (*) = flush
  314. sv end restore
  315. "
  316. *End
  317.  
  318. *?FontList: "
  319. save  2 dict begin /sv exch def
  320. /str 128 string def
  321. FontDirectory { pop == } bind forall flush
  322. /filenameforall where {
  323.  pop save (fonts/*) {
  324.   dup length 6 sub 6 exch getinterval cvn ==
  325.  } bind str filenameforall flush restore
  326. } if
  327. (*) = flush
  328. sv end restore
  329. "
  330. *End
  331.  
  332. *% Printer Messages (verbatim from printer):
  333. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  334. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  335. *Message: "\FontName\ not found, using Courier"
  336.  
  337. *% Status (format: %%[ status: <one of these> ]%% )
  338. *Status: "idle"
  339. *Status: "busy"
  340. *Status: "waiting"
  341. *Status: "initializing"
  342. *Status: "printing"
  343. *Status: "printing test page"
  344.  
  345. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  346. *Source: "serial25"
  347. *Source: "serial9"
  348. *Source: "AppleTalk"
  349. *Source: "Centronics"
  350.  
  351. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  352.  
  353. *% Color Separation Information =====================
  354.  
  355. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  356.  
  357. *InkName: ProcessCyan/Process Cyan
  358. *InkName: ProcessMagenta/Process Magenta
  359. *InkName: ProcessYellow/Process Yellow
  360. *InkName: ProcessBlack/Process Black
  361. *InkName: CustomColor/Custom Color
  362.  
  363. *%  For 60 lpi / 300 dpi  ===============================
  364.  
  365. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  366. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  367. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  368. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  369. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  370.  
  371. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  372. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  373. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  374. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  375. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  376.  
  377. *%  For 53 lpi / 300 dpi  ===============================
  378.  
  379. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  380. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  381. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  382. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  383. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  384.  
  385. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  386. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  387. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  388. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  389. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  390.  
  391. *% end of PPD file for EPSON LP-3000PS F2
  392.